home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Frameworks / Hsoi's App Shell 1.0a4 / Hsoi's App Shell Headers / HASFiles.h < prev    next >
Encoding:
Text File  |  1997-01-28  |  553 b   |  16 lines  |  [TEXT/CWIE]

  1. /*
  2.     HASFiles.h from Hsoi's App Shell © 1995-1997 John C. Daub.  All rights reserved.
  3.     
  4.     This is the corresponding header file to HASFiles.c
  5. */
  6.  
  7.  
  8. OSErr            HsoiDoOpen( void );
  9. OSErr            HsoiSaveWindow( const FSSpec *, WindowRef );
  10. OSErr            HsoiDoSaveAs( const FSSpec *, WindowRef );
  11. OSErr            HsoiDoSave( WindowRef );
  12. OSErr            HsoiDoRevert( WindowRef );
  13. OSErr            HsoiReadTextFile( const FSSpec *, WEReference );
  14. OSErr            HsoiWriteTextFile( const FSSpec *, Boolean, WEReference );
  15. pascal    OSErr    HsoiTranslateDrag( DragReference, ItemReference, FlavorType, Handle );
  16.